Auto merge of #2038 - zv:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 8 Oct 2015 02:08:10 +0000 (02:08 +0000)
committerbors <bors@rust-lang.org>
Thu, 8 Oct 2015 02:08:10 +0000 (02:08 +0000)
The existing zsh completion script refers to deprecated options for initializing a new cargo package with version control (`--(no-)git` & `--hg`). This PR removes these old options and adds a new completion option `--vcs` which accepts either `git`, `hg` or `none` as it's own options.


Trivial merge